.not-index-header{
	display: none;
}
.index-header{
	display: block;
}
.not-index-container .not-index-header{
	display: block;
}
.not-index-container .index-header{
	display: none;
}
input {
    outline: none;
    border: none;
    background: none;
    line-height: 24px;
    color: #666;
}
.top-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	/* height: 80px; */
	/* -webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s; */
	/* -webkit-animation: memuOpen .3s ease-in-out;
	animation: memuOpen .3s ease-in-out; */
}
/* @keyframes memuOpen{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
} */
.header-w {
	height: 80px;
	padding: 0 60px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
}

.logo-w {
	display: block;
}

.logo-r {
	display: none;
}

.t-header-l {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.logo {
	width: 107px;
}

.topbar__hamburger {
	width: 32px;
	height: 32px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin-right: 40px;
}

.topbar__hamburger span {
	position: absolute;
	display: inline-block;
	width: 32px;
	height: 2px;
	background: #fff;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}

.topbar__hamburger span::before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 10px;
	left: 0;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}

.topbar__hamburger span::after {
	content: "";
	display: inline-block;
	width: 32px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: -10px;
	left: 0;
	cursor: pointer;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}

.topbar__hamburger.isOpen span {
	height: 0;
}

.topbar__hamburger.isOpen span::before {
	top: 0;
	transform: rotate(45deg);
}

.topbar__hamburger.isOpen span::after {
	top: 0;
	transform: rotate(-45deg);
}

.topbar__hamburger.isOpen {
	height: 0;
}

.topbar__navLinks {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin: 0 20px 0 0;
}

.topbar__navLinks--list {
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 1.2px;
}

.topbar__navLinks--a {
	font-size: 16px;
	color: #ffffff;
	line-height: 80px;
	display: inline-block;
	padding-left: 50px;
	position: relative;
}
.topbar__navLinks--a.default{
	cursor: default;
}
.topbar__navLinks--list .topbar__navLinks--a::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: calc(50% - 25px);
	transform: translateX(50%);
	width: 0;
	height: 4px;
	background-color: #EB0000;
	-webkit-transition: width ease .4s;
	-moz-transition: width ease .4s;
	-ms-transition: width ease .4s;
	-o-transition: width ease .4s;
	transition: width ease .4s;
}

.topbar__navLinks--list:hover .topbar__navLinks--a::after {
	width: calc(100% - 50px);
}

.v-line {
	opacity: 0.5;
	display: inline-block;
	width: 1px;
	height: 20px;
	background: #FFFFFF;
	margin: 0 15px;
}

.t-header-r {
	padding: 0 5px;
	height: 22px;
}

.t-header-r a {
	display: inline-block;
}
.globe svg{
	display: block;
}
.globe:hover .change-color{
	fill: #EB0000!important;
}
.topbar__dropdown-bg {
	width: 100%;
	position: absolute;
	top: 80px;
	left: 0;
	background-color: #ffffff;
	padding: 16px 0 40px;
	display: none;
	-webkit-box-shadow: 0 350px 150px 130px rgba(0,0,0,.3);
	box-shadow: 0 350px 150px 130px rgba(0,0,0,.3);
}
.topbar__dropdown {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.topbar__dropdown--list {
	width: 280px;
	margin-right: 80px;
	border-bottom: 1px solid #dcdcdc;
}
.topbar__dropdown--list:hover{
	border-bottom: 1px solid #EB0000;
}
.topbar__dropdown--list.null{
	height: 0;
	opacity: 0;
}
.topbar__dropdown--list:nth-child(3n) {
	margin-right: 0;
}

.topbar__dropdown--dropLink {
	padding: 24px 0;
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #666666;
	letter-spacing: 1.2px;
	line-height: 24px;
}
.topbar__dropdown--dropLink:hover{
	color: #EB0000;
}
.topbar__navLinks--list:hover .topbar__dropdown-bg {
	display: block;
}
/* .top-header:hover, */
.outPage .top-header,
.top-header.isScroll,
.top-header.active,
.top-header.hover {
	background-color: #fff;
}
/* .top-header:hover .topbar__navLinks--a, */
.outPage .top-header .topbar__navLinks--a,
.top-header.isScroll .topbar__navLinks--a ,
.top-header.active .topbar__navLinks--a ,
.top-header.hover .topbar__navLinks--a {
	color: #666;
}

/* .top-header:hover .topbar__hamburger span,
.top-header:hover .topbar__hamburger span:before,
.top-header:hover .topbar__hamburger span::after, */
.outPage .top-header .topbar__hamburger span,
.outPage .top-header .topbar__hamburger span:before,
.outPage .top-header .topbar__hamburger span::after,
.top-header.isScroll .topbar__hamburger span,
.top-header.isScroll .topbar__hamburger span:before,
.top-header.isScroll .topbar__hamburger span::after,
.top-header.active .topbar__hamburger span,
.top-header.active .topbar__hamburger span:before,
.top-header.active .topbar__hamburger span::after,
.top-header.hover .topbar__hamburger span,
.top-header.hover .topbar__hamburger span:before,
.top-header.hover .topbar__hamburger span::after {
	background: #494E54;
}
/* .top-header:hover .logo-w, */
.outPage .top-header .logo-w,
.top-header.isScroll .logo-w,
.top-header.active .logo-w,
.top-header.hover .logo-w {
	display: none;
}
/* .top-header:hover .logo-r, */
.outPage .top-header .logo-r,
.top-header.isScroll .logo-r ,
.top-header.active .logo-r ,
.top-header.hover .logo-r {
	display: block;
}
/* .top-header:hover .change-color, */
.outPage .top-header .change-color,
.top-header.isScroll .change-color,
.top-header.active .change-color,
.top-header.hover .change-color {
	fill: #000000;
}
/* .top-header:hover .v-line, */
.outPage .top-header .v-line,
.top-header.isScroll .v-line ,
.top-header.active .v-line ,
.top-header.hover .v-line {
	background: #494E54;
}
.search:hover .change-color,
.search.active .change-color{
	fill: #EB0000;
}
.topbar__navLinks--list:hover .topbar__navLinks--a {
	color: #EB0000;
}

.menu-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/* height: 100vh; */
	background-color: #fff;
	display: none;
	z-index: 1000;
}
.overlay{
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	display: none;
}
.active~.overlay,
.isOpen+.overlay{
	display: block;
}
.menu-modal.isOpen {
	display: block;
}

.menu-modal-top {
	height: 80px;
	position: relative;
}

.menu-modal-top .menu-modal-f {
	padding: 0 66px 0 36px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;

}

.menu-modal-f .top-l {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.menu-modal-f .top-m {
	width: 60%;
	max-width: 800px;
	margin-left: 8px;
}

.topbar__hamburger.close-menu {
	width: 80px;
	height: 80px;
	background: #EB0000;
	margin-right: 16px;
}
.topbar__hamburger.close-menu:hover{
	background: #A21F2A;
}
.topbar__hamburger.close-menu span {
	background: transparent;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.topbar__hamburger.close-menu span::before {
	left: 0;
	top: 50%;
	transform: rotate(-45deg);
}

.topbar__hamburger.close-menu span::after {
	left: 0;
	top: 50%;
	transform: rotate(45deg);
}

.menu-modal .logo-r {
	display: block;
}

.search-bar {
	background: #F6F6F6;
	height: 48px;
	padding: 12px 25px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	box-sizing: border-box;
}

.search-input-m {
	flex: 1;
	color: #666666;
	margin-left: 20px;
}

.menu-modal-body {
	border-top: 1px solid #DCDCDC;
	position: relative;
}

.menu__navLinks {
	width: 27.8%;
	/* max-width: 400px; */
	padding: 47px 0 46px;
	background: #F6F6F6;
}

.menu__dropdown-bg {
	position: absolute;
	left: 27.8%;
	top: 0;
	width: calc(100% - 27.8%);
	height: 100%;
	overflow: hidden;
}

.menu__navLinks--list {
	padding: 0 80px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
}

.menu-right-arrow {
	width: 24px;
	height: 24px;
	position: relative;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.menu__navLinks--a {
	font-weight: bold;
	font-size: 16px;
	color: #1D1D1D;
	letter-spacing: 0;
	line-height: 24px;
	display: inline-block;
	flex: 1;
	padding: 20px 0;
}
.menu__navLinks--a:hover,
.open .menu__navLinks--a {
	color: #EB0000;
}

.open .arrow-right {
	fill: #EB0000;
	stroke: #EB0000;
}

.menu__dropdown-bg {
	display: none;
	/* display: flex; */
	/* display: -webkit-flex; */
	justify-content: space-between;
}

.open .menu__dropdown-bg {
	display: flex;
	display: -webkit-flex;
}

.menu__dropdown-left {
	width: 72%;
	padding: 80px 100px 80px 64px;
	border-left: 1px solid #DCDCDC;
}

.menu-right-img {
	border-left: 1px solid #DCDCDC;
	/* flex: 1; */
	position: relative;
	max-width: 290px;
}

.menu-right-img img{
	height: 100%;
	width: auto;
}
.float-m-txt{
	position: absolute;
	bottom: 64px;
	left: 0;
	padding: 0 32px;
	width: 100%;
}
.float-m-txt p{
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 24px;
}
.menu-right-img .view-more{
	color:#fff;
}
.menu__dropdown {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.menu__dropdown--list:not(.title) {
	width: calc(50% - 12px);
	border-bottom: 1px solid #D2D2D2;
	margin-bottom: 16px;
}
.menu__dropdown--list:not(.title):hover {
	border-bottom: 1px solid #EB0000;
}
.menu__dropdown--list:nth-child(2n) {
	margin-right: 24px;
}

.menu__dropdown--list.title {
	width: 100%;
	margin-bottom: 40px;
}

.menu__dropdown--title {
	font-weight: bold;
	font-size: 24px;
	color: #1D1D1D;
	letter-spacing: 0;
	line-height: 36px;
}

.menu__dropdown--dropLink {
	display: inline-block;
	font-size: 16px;
	color: #1D1D1D;
	letter-spacing: 1.2px;
	line-height: 24px;
	padding: 24px 0;
	width: 100%;
}
.menu__dropdown--dropLink:hover{
	color: #EB0000;
}
.search-bar-h{
	width: 100%;
	height: 60px;
	display: none;
	background:#F6F6F6;
}
.search-bar-h.isOpen{
	display: block;
}
.search-bar-con{
	padding: 0 100px;
	height: 60px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	background:#F6F6F6;
}
.search-bar-con .search{
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bt-footer{
	background: #494E54;
}
.footer-b{
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 15px 0 24px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}
.footer-b a,
.footer-b span{
	opacity: 0.8;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.8px;
	line-height: 18px;
}
.footer-b a{
	margin-left: 25px;
}
.footer-b span{
	/* margin-right: 25px; */
}
.footer-w{
	padding:16px 60px 0;
}
.footer-t{
	padding: 40px 20px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.social-icon{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.social-icon a{
	display: inline-block;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.4);
	margin-right: 11px;
}
.social-icon a:hover{
	border: 1px solid rgba(255, 255, 255, 1);
	background: #fff;
}
.social-icon a:hover .social-svg{
	fill: #494E54!important;
}
.social-icon a:hover .social-svg-s{
	fill: #494E54!important;
}
.f-logo{
	width: 107px;
	margin-right: 56px;
}
.footer-tt{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin-bottom: 76px;
}
.footer-menus{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.footer-menus li{
	margin-right: 50px;
}
.footer-menus li a{
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 1.2px;
	line-height: 24px;
}
.footer-menus li a:hover{
	color: #EB0000;
}
.subscription-bar{
	visibility: hidden;
	width: 382px;
	height: 48px;
	background: #FFFFFF;
	padding-left: 16px;
	position: relative;
	margin-bottom: 40px;
}
.subscription-bar .input{
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	line-height: 48px;
	width: calc(100% - 100px);
}
.subscribe-btn{
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 21px;
	padding: 0 20px;
	line-height: 48px;
	display: inline-block;
	background: #EB0000;
	position: absolute;
	top: 0;
	right: 0;
}
.subscribe-btn:hover{
	background: #A21F2A;
}
.contact-us .tel a{
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 36px;
	margin-left: 10px;
}
.contact-us .address{
	margin-top: 6px;
}
.contact-us .address span{
	opacity: 0.8;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 21px;
	margin-left: 32px;
	display:inline-block;
}
.right-fix-container{
	width: 65px;
	height: 160px;
	position: fixed;
	top: 50%;
	right: -66px;
	z-index: 4;
	/* background-color: #EB0000; */
	/* padding: 9px 7px 9px 6px; */
}
.right-fix-container.show{
	right: 8px;
}

.right-fix-icon{
	display: block;
	padding: 10px 7px 19px 6px;
	text-align: center;
	position: relative;
	background-color: #EB0000;
}
.right-fix-icon:first-child{
	padding: 19px 7px 10px 6px;
}
.right-fix-icon:hover{
	background-color: #A21F2A;
}
.right-fix-icon:first-child::after{
	content: "";
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 0px;
	left: 10px;
}
.right-fix-icon span{
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 0.8px;
	line-height: 18px;
	display: inline-block;
	margin-top: 3px;
}
.wechat-qr{
	width: 150px;
	height: 150px;
	padding: 10px;
	background-color: #fff;
	display: none;
	position: absolute;
}
.wechat-qr-right{
	left: -170px;
	bottom: -50px;
}
.wechat-qr::after{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	transform: rotate(45deg);
	position: absolute;
}
.wechat-qr-right::after{
	top: calc(50% - 5px);
	right: -5px;
}
.tencent-video,
.wechat{
	position: relative;
}
.wechat-qr-top{
	top: -164px;
	left: -50px;
}
.wechat-qr-top::after{
	bottom: -5px;
	left: calc(50% - 5px);
}
.tencent-video:hover .wechat-qr-top,
.wechat:hover .wechat-qr-top,
.follow-us:hover .wechat-qr-right{
	display: block;
}
.tencent-qr{
	height: 152px;
	top: -167px;
}
.fixed-top-left{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 80px;
}
.fixed-top-right{
	position: fixed;
	top: 20px;
	right: 60px;
	z-index: 3;
}
.fixed-top-left .square{
	width: 80px;
	height: 65px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	background-color: #EB0000;
	border-bottom: 1px solid #DCDCDC;
	box-sizing: content-box;
}
.fixed-top-left .square:last-child{
	border-bottom: 0;
}
.square .logo{
	width: 33px;
}
.square .topbar__hamburger{
	margin-right: 0;
}
.square .search{
	width: 80px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* display: block;
	text-align: center;
	line-height:82px;
	position: relative; */
}
/* .square .search:after{
	content:"";
	display: inline-block;
	width: 100%;
	height: 100%;
	background:#fff;
	position: absolute;
	top:0;
	left:0;
	opacity: 0;
} */
.hover-r:hover{
	background-color: #A21F2A;
}
.search-square{
	position: relative;
}
.search-square.active{
	background: #F55C68;
}
.slider-search-bar{
	width: 0px;
	opacity: 0;
	max-width: 1200px;
	height: 65px;
	position: absolute;
	left: 80px;
	top: 0;
	z-index: 1000;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
}
.slider-search-bar .search-bar{
	flex: 1;
	height: 65px;
	position: relative;
	/* padding: 22px 120px 22px 40px; */
	padding: 0;
}
.slider-search-bar .search-bar input{
	font-size: 16px;
	color: #1D1D1D;
	letter-spacing: 0;
	line-height: 25px;
	width: 100%;
}
.close-slider-s{
	height: 65px;
	width: 34px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.search-txt-btn{
	width: 80px;
	height: 28px;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 28px;
	background-color: #EB0000;
	text-align: center;
	position: absolute;
	right: 40px;
	top: 19px;
	display: none;
}
.search-txt-btn:hover{
	background-color: #A21F2A;
}
.search-bar-overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #fff;
	opacity: 0;
	z-index: 999;
	display: none;
}
.opens+.slider-search-bar{
	width: 83vw;
	opacity: 1;
}
.opens+.slider-search-bar .search-bar{
	padding: 20px 120px 20px 0px;
}
.opens+.slider-search-bar .search-txt-btn{
	display: block;
}
.slider-search-bar .search-bar input{
	padding-left:40px
}
.footer-tt img{
	width: 100%;
}
@media only screen and (max-width:1440px) {
	.footer-menus li{
		margin-right: 30px;
	}
}
@media only screen and (max-width:1280px) {
	.footer-menus li a{
		font-size: 14px;
	}
	.footer-menus li{
		margin-right: 30px;
	}
	.header-w{
		padding: 0 20px;
	}
	.menu-modal-top .menu-modal-f{
		padding: 0 26px 0 0;
	}
	.topbar__navLinks--a{
		font-size: 14px;
	}
}
@media only screen and (max-width:1200px) {
	.footer-menus li{
		margin-right:20px;
	}
}
@media only screen and (max-width:1120px) {
	.footer-menus li {
	    margin-right: 15px;
	}
	.topbar__dropdown{
		width: 90%;
	}
	.topbar__dropdown--list{
		width: calc(33.33% - 80px);
	}
}
@media only screen and (max-width:1080px) {
	.footer-menus{
		flex-wrap: wrap;
		max-width: 360px;
	}
	.f-logo{
		margin-right: 20px;
	}
}
@media only screen and (max-width:1180px) and (min-width:1025px) {
	.topbar__navLinks--a{
		padding-left: 30px;
		font-size: 14px;
	}
	.topbar__navLinks--list:hover .topbar__navLinks--a::after{
		width: calc(100% - 30px);
	}
	.topbar__navLinks--list .topbar__navLinks--a::after{
		right: calc(50% - 15px);
	}
	.menu__dropdown-left{
		padding: 80px 40px;
	}
	.subscription-bar{
		width: 382px;
	}
}
@media only screen and (max-width:1024px) and (min-width:769px) {
	.topbar__navLinks--a{
		padding-left: 20px;
		font-size: 12px;
	}
	.topbar__hamburger{
		margin-right: 25px;
	}
	.topbar__navLinks--list:hover .topbar__navLinks--a::after{
		width: calc(100% - 20px);
	}
	.topbar__navLinks--list .topbar__navLinks--a::after{
		right: calc(50% - 10px);
	}
	.header-w{
		padding: 0 10px;
	}
	.logo{
		width: 80px;
	}
	.v-line{
		margin: 0 6px;
	}
	.topbar__navLinks{
		margin: 0 10px 0;
	}
	.menu__navLinks--list{
		padding: 0 30px;
	}
	.menu__dropdown-left{
		padding: 80px 20px;
	}
	
}
.pc{
	display: block;
}
.sp{
	display: none;
}
@media only screen and (max-width:768px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.square .logo{
		width: 66px;
	}
	.not-index-header{
		display: block;
	}
	.index-header{
		display: none;
	}
	.fixed-top-right{
		display: none;
	}
	.fixed-top-left{
		width: 100%;
		height: 48px;
		padding: 0 20px;
		/* padding: 12px 20px ; */
		display: flex;
		display: -webkit-flex;
	}
	.fixed-top-left .square{
		width: 48px;
		height: 48px;
		background-color: transparent;
		border-bottom: none;
	}
	.logo-square.square{
		justify-content: flex-start;
		width: auto;
	}
	.menu-square.square{
		position: absolute;
		right: 0;
		top: 0px;
	}
	.search-square.square{
		position: absolute;
		right: 48px;
		top: 0px;
		/* border-left: 1px solid #DCDCDC; */
	}
	.square .topbar__hamburger{
		width: 48px;
		height: 48px;
		/* border-left: 1px solid #DCDCDC; */
	}
	.square .search{
		width: 48px;
		height: 48px;
	}
	.square .search svg{
		width: 16px;
		height: 17px;
	}
	.topbar__hamburger span{
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.topbar__hamburger span::before,
	.topbar__hamburger span::after,
	.topbar__hamburger span{
		width: 20px;
		height: 1px;
	}
	.topbar__hamburger span::before{
		top: 7px;
	}
	.topbar__hamburger span::after{
		top: -7px;
	}
	.slider-search-bar{
		max-width: 100vw;
		width: 100vw;
		height: 60px;
		position: fixed;
		top: 48px;
		left: 0;
		display: none;
	}
	.opens+.slider-search-bar{
		width: 100vw;
		display: flex;
	}
	.slider-search-bar .search-bar{
		height: 60px;
		padding: 20px 80px 20px 20px;
		background-color: #f8f8f8;
	}
	.slider-search-bar .search-bar input{
		font-size: 14px;
		line-height: 20px;
	}
	.opens+.slider-search-bar .search-bar{
		padding: 20px 80px 20px 20px;
	}
	.close-slider-s{
		display: none;
	}
	.search-txt-btn{
		width: 60px;
		line-height: 30px;
		right: 20px;
		top: 15px;
	}
	.search-square.square.active{
		background-color: #f8f8f8;
	}
	.search-square.square.active .s-color{
		fill: #EB0000;
	}
	.search-bar-overlay{
		opacity: 0.6;
	}
	.isScroll .fixed-top-left{
		background-color: #fff;
	}
	.isScroll .menu-square.square,
	.isScroll .search-square.square{
		top: 0px;
	}
	.sp.sp1{
		display: none;
	}
	.isScroll .logo.sp{
		display: none;
	}
	.isScroll .sp.sp1{
		display: block;
	}
	.isScroll.top-header .search-square.square .s-color{
		fill: #EB0000;
	}
	.isScroll.top-header .topbar__hamburger span::before,
	.isScroll.top-header .topbar__hamburger span::after,
	.isScroll.top-header .topbar__hamburger span{
		background: #EB0000;
	}
	.menu-modal-top{
		/* height: 60px; */
		height: 48px;
	}
	.menu-modal-top .top-m,
	.menu-modal-top .top-r{
		display: none;
	}
	.menu-modal{
		background: transparent;
		height: 100vh;
	}
	.menu-modal-body{
		background-color: #fff;
	}
	.menu-modal-top .top-l a{
		display: none;
	}
	.topbar__hamburger.close-menu{
		width: 48px;
		height: 48px;
		position: absolute;
		top: 0px;
		right: 0;
		margin-right: 0;
	}
	
	.fack-search-btn{
		width: 48px;
		height: 48px;
		position: absolute;
		top: 0px;
		right: 48px;
	}
	.top-header.spOpen .fixed-top-left{
		background-color: #fff;
	}
	.top-header.spOpen .fixed-top-left .sp{
		display: none;
	}
	.top-header.spOpen .fixed-top-left .sp.sp1{
		display: block;
	}
	.top-header.spOpen .fixed-top-left .search-square.square .s-color{
		fill: #EB0000;
	}
	.menu-modal-body{
		border-top: 1px solid #EB0000;
		height: calc(100vh - 48px);
	}
	.menu__navLinks{
		width: 100%;
		background: #fff;
		padding: 0;
	}
	.menu__navLinks--list{
		padding: 0 38px 0 32px;
		border-bottom: 1px solid #DCDCDC;
	}
	.menu__navLinks--a{
		padding: 18px 0;
		font-weight: bold;
		font-size: 14px;
		color: #1D1D1D;
		letter-spacing: 0;
		line-height: 22px;
	}
	.menu__dropdown-bg{
		width: 100%;
		left: 101%;
		background: #fff;
		flex-direction: column;
		z-index: 3;
	}
	.open-s .menu__dropdown-bg{
		left: 0;
	}
	.menu__dropdown-left{
		width: 100%;
		padding: 0;
		border-left: 0;
	}
	.menu-right-arrow{
		width: 20px;
		height: 20px;
	}
	.menu__navLinks--a:hover, .open .menu__navLinks--a{
		color: #1D1D1D
	}
	.menu-right-arrow .arrow-right,
	.open .arrow-right{
	    fill: #EB0000;
	    stroke: #EB0000;
	}
	.menu-right-img{
		max-width: 100%;
		border-left: none;
		margin-bottom: 90px;
	}
	.menu-right-img img{
		width: 100%;
		height: auto;
	}
	.menu__dropdown--list{
		width: 100%!important;
		margin-right: 0!important;
		margin-bottom: 0!important;
		border-bottom: none!important;
	}
	.menu__dropdown--dropLink{
		font-size: 14px;
		color: #1D1D1D;
		letter-spacing: 0.5px;
		text-align: justify;
		line-height: 24px;
		padding: 17px 0 17px 62px;
	}
	.menu__dropdown--title{
		font-size: 14px;
		color: #EB0000;
		letter-spacing: 0;
		line-height: 22px;
		padding: 24px 0 24px 62px;
		border-bottom: 1px solid #EB0000;
		position: relative;
	}
	.menu__dropdown--title:after{
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		position: absolute;
		left: 18px;
		top: 25px;
		background-image: url(../images/next.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 8px 15px;
		transform: rotate(180deg);
	}
	.float-m-txt{
		padding: 0 30px;
		bottom: 24px;
	}
	.float-m-txt p{
		font-size: 14px;
		color: #FFFFFF;
		letter-spacing: 0;
		line-height: 22px;
	}
	.not-index-container .fixed-top-left{
		background-color: #EB0000;
	}
	.not-index-container .fixed-top-left .sp {
	    /* display: none; */
	}
	.not-index-container .fixed-top-left .pc {
	    /* display: block; */
	}
	.not-index-container .top-header.spOpen .fixed-top-left .pc{
		display: none;
	}
	.not-index-container .top-header.spOpen .fixed-top-left .sp.sp1{
		display: block;
	}
	.not-index-container .fixed-top-left{
		padding: 0 20px;
	}
	.not-index-container .fack-search-btn,
	.not-index-container .topbar__hamburger.close-menu,
	.not-index-container .menu-square.square,
	.not-index-container .search-square.square{
		top: 0px;
	}
	.not-index-container .slider-search-bar{
		top: 48px;
	}
	.not-index-container .menu-modal-top{
		height: 48px;
	}
	.fack-logo-btn{
		display: inline-block!important;
		width: 66px;
		height: 48px;
		position: absolute;
		left: 20px;
		top: 0;
	}
	.not-index-container .fack-logo-btn{
		top: 0px;
	}
	.not-index-container .menu-modal-body{
		height: calc(100vh - 48px);
	}
	.menu-modal-body .social-icon a{
		/* border: 1px solid #C2C2C2; */
		border: none;
	}
	.menu-modal-body .social-icon a .social-svg{
		fill: #EB0000!important;
	}
	.menu-modal-body .social-icon a{
		width: 34px;
		height:34px;
		margin:0 12px;
	}
	.menu-modal-body .social-icon a:hover .social-svg-s,
	.menu-modal-body .social-icon a .social-svg-s{
		stroke: none!important;
		fill: #EB0000!important;
	}
	.menu-modal-body .social-icon.sp{
		display: flex;
		display: -webkit-flex;
		position: absolute;
		/* bottom: 32px; */
		bottom: 110px;
		left: 32px;
	}
	.menu-modal-body .wechat-qr-top{
		left: -20px;
	}
	.footer-w{
		padding: 0 20px;
	}
	.footer-t{
		padding: 40px 0 24px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer-tt{
		flex-direction: column;
		margin-bottom: 40px;
	}
	.f-logo{
		margin: 0 0 24px;
	}
	.social-icon a{
		width: 44px;
		height: 44px;
		margin: 0 5px;
	}
	.footer-t-l{
		width: 100%;
	}
	.footer-menus {
		padding: 0;
		max-width: 330px;
		margin: 0 auto;
	}
	.footer-menus li:nth-child(1),
	.footer-menus li:nth-child(2),
	.footer-menus li:nth-child(3){
		margin-bottom: 10px;
	}
	.footer-menus li:nth-child(4){
		margin-left: 0;
	}
	.footer-menus li:last-child{
		margin-right: 0;
	}
	.footer-menus li{
		margin: 0 16px;
	}
	.footer-menus li a{
		font-size: 14px;
		color: #FFFFFF;
		letter-spacing: 0.5px;
		text-align: justify;
		line-height: 24px;
	}
	.footer-t-r{
		margin-top: 56px;
	}
	.subscription-bar{
		width: 355px;
		margin-bottom: 24px;
	}
	.tel{
		text-align: center;
		line-height: 24px;
		height: 24px;
	}
	.tel svg{
		width: 20px;
		height: 20px;
		transform: translateY(1px);
	}
	.contact-us .tel a{
		font-size: 18px;
		color: #FFFFFF;
		letter-spacing: 0;
	}
	.contact-us .address{
		margin-top: 8px;
		text-align: center;
	}
	.contact-us .address span{
		margin: 0;
	}
	.footer-b{
		flex-direction: column-reverse;
		padding: 24px 0 40px;
	}
	.footer-b a{
		margin: 0 12px;
	}
	.footer-b-r{
		margin-bottom: 8px;
	}
	.footer-b-l span{
		display: block;
		text-align: center;
	}
	.footer-menus{
		flex-wrap: wrap;
		justify-content: center;
	}
}
